home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / monsys20.zip / MONTOR.WRI < prev    next >
Text File  |  1996-06-20  |  3KB  |  46 lines

  1. MonitorSys (VERSION 1.0)               Copyright (c) 1996 By Darrell Russell                                   -
  2.  
  3. PURPOSE: 
  4.          MONITORSYS tracks your system's available memory, free system resources,
  5. and disk space, and warns you if any one of them drops below preset warning
  6. points. MONITORSYS uses Windows' drag-and-drop features to change alarm levels.
  7.  
  8. SETUP:
  9.          To install MONITORSYS, unzip the file MONTOR.ZIP into a directory on
  10. your hard disk, move the file DISKDLL.DLL into your Windows system directory
  11. (usually C:\WINDOWS\SYSTEM), and then create a Program Manager icon for
  12. MONTOR. If you want to run MONTOR automatically every time Windows starts,
  13. simply drag its icon into your Startup group. MONTOR requires the Visual
  14. Basic 3.0 runtime module VBRUN300.DLL. If you don't have this file on your
  15. system, download the file VBRUN3.ZIP Or VBRUN300.DLL And put it into your Windows system directory (usually C:\WINDOWS\SYSTEM).
  16.  
  17. REMARKS:
  18.           MONITORSYS displays from five to eight gauges that register the
  19. percentage free of various system resources. The first three gauges
  20. correspond to the three Free System Resource values: System, GDI, and
  21. User. The fourth gauge tracks available memory, including virtual memory
  22. created by using a Windows swap file. The last one to four gauges monitor
  23. up to four fixed disks--hard disks, hard disk partitions, or RAM disks.
  24. If the system has fewer than four fixed disks, MONITORSYS's main window shrinks
  25. to omit the extra gauges.
  26.  
  27.            Each gauge is a vertical line marked off in increments of 10
  28. percent. To the left of the line is a yellow current-value pointer that
  29. graphically displays the value shown in the Free Percent label. The red
  30. warning-level pointer to the right of the line represents the Warn At label.
  31.  
  32.            MONITORSYS initially sets the warning levels by reading values from
  33. the file MONTOR.INI. If this file does not yet exist, MONITORSYS sets the warning
  34. levels to a default value of 20 percent. To set a warning level yourself,
  35. just grab the pointer with the mouse and then drag it to the desired
  36. location.
  37.  
  38.  
  39.        Version 1.0 is a further refinement to the previous fix.
  40. The purpose of this update is to get a correct TOTAL MEMORY figure when
  41. running in Standard mode, either on a '286 or a '386. Only users running
  42. Windows in Standard mode will need this upgrade, not those running in
  43. 386 Enhanced mode.
  44. ----------------------------------------------------------------------------
  45. ----------------------------------------------------------------------------
  46.